ci: Bump flatpak build to F28
authorMatthew Leeds <matthew.leeds@endlessm.com>
Wed, 30 May 2018 01:24:54 +0000 (18:24 -0700)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 31 May 2018 19:27:04 +0000 (19:27 +0000)
Closes: #1607
Approved by: jlebon

.papr.yml

index 7e6d6ce863bd6f2074bfd9da5f7183cf67d5d68d..ab639021e5f5e996747e5e71048dc7c8b8dd442b 100644 (file)
--- a/.papr.yml
+++ b/.papr.yml
@@ -144,19 +144,19 @@ branches:
     - auto
     - try
 
-context: f27-flatpak
+context: f28-flatpak
 required: true
 
 # This test case wants an "unprivileged container with bubblewrap",
 # which we don't have right now; so just provision a VM and do a
 # docker --privileged run.
 host:
-  distro: fedora/27/atomic
+  distro: fedora/28/atomic
   specs:
     ram: 4096  # build-bundle is a static delta, which needs RAM right now
 
 tests:
-  - docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:27 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh"
+  - docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:28 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh"
 
 artifacts:
   - test-suite.log